.elektraweb-main label {
	display: block;
}

.elektraweb-main {
	display: flex;
	flex-wrap: wrap;
}

.elektraweb-formGroup input,
.elektraweb-formGroup select {
	height: 25px;
}

.elektraweb-formGroup {
	margin: 10px auto;
}

.elektraweb-formGroup input,
.elektraweb-formGroup select {
	height: 40px;
	padding: 10px;
	font-weight: 700;
	width: 150px;
	border-radius: 6px;
	border: none;
	box-shadow: 0px 3px 7px #baafaf;
	font-size: 14px;
    text-align: center;
	color:#383e42;
}

.elektraweb-formGroup label {
	color:#383e42;
	margin-bottom: 5px;
}

.elektraweb-widget {
	padding: 15px 0px;
	font-family: inherit;
	box-shadow: 1px 3px 20px 0px #c6bcbc61;
}


input#adult,
#child {
	width: 50px;
	text-align: center;
	cursor: pointer;
}
input#cocuk712,#cocuk06
{
		width: 50px;
	text-align: center;
	cursor: pointer;
	
}

button#widgetSubmit {
	background: red;
	color: white;
	border: none;
	margin-top: 25px;
	padding: 10px;
	cursor: pointer;
	background-image: linear-gradient( red 50%, green 50%);
	-webkit-transition: background-position 1s;
	-moz-transition: background-position 1s;
	transition: background-position 1s;
	background-size: 100% 200%;
	display: flex;
	align-items: center;
	width: 90%;
	justify-content: center;
	font-size:bold;
}

button#widgetSubmit:hover {
	background-position: 0 -100%;
}

#childAream {
	position: absolute;
	background: #ffffff;
	width: 210px;
	padding: 5px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	display: none;
	box-shadow: 4px 6px 11px #ededed;
	z-index: 1000;
}

#childArea {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.childAgeGroup {
	margin: 10px;
	width: 40%;
}

.childAgeGroup select {
	width: 100%;
}

@media (max-width:480px) {
	#childAream {
		left: 15px;
	}
}

@media (max-width:720px) {
	.elektraweb-hotels-area {
		width: 100% !important;
		margin: 10px !important;
	}
	.elektraweb-hotels-area select {
		width: 100% !important;
	}
	#childAream {
		width: 280px;
	}
	.elektraweb-formGroup {
		margin: 10px auto;
		width: 50%;
		text-align: center;
	}
}

path.cls-1 {
	fill: white;
}

#widgetSubmit svg {
	width: 25px;
}

button#chillok {
	background: green;
	color: white;
	border: none;
	width: 100%;
	border-radius: 5px;
	padding: 10px;
	cursor: pointer;
}

  #elektraweb-widget-area {
        background: #C2AE90;
    }
    .elektraweb-widget {
        box-shadow: none;
        margin: auto; 
        max-width: 1024px;
    }
    .elektraweb-formGroup .pluscss {
        border:1px solid #fff;
        background: transparent;
    }

    button#widgetSubmit {
        margin: 20px 0 5px;
        background-image: none;
        background: #fff; color:#383e42;
		font-weight:bold;
    }
    button#widgetSubmit svg path {
        fill: #000!important;
    }
    .childAgeGroup label {
        font-size: 13px;
    }
    button#chillok {background: #C2AE90;}